home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / business / wssw11.zip / APPSETUP.INF next >
INI File  |  1995-01-05  |  5KB  |  156 lines

  1. ; -------------------------------------------------------------
  2. ;
  3. ;  Wall Street Simulator 1.1 (Registered)
  4. ;
  5. ; -------------------------------------------------------------
  6. ; *************************************************************
  7. ; -------------------------------------------------------------
  8.  
  9.  
  10.  
  11. [infofile]
  12. ;    filename = README
  13.     appname  = "Wall Street Simulator 1.1"
  14. ;    exefile  = "\notepad.exe sub\readme."
  15.      exefile  = "#W\notepad.exe #D\readme.txt"
  16.     message  = "Do you want to view the readme file?"
  17.  
  18.  
  19.  
  20. [dialog]
  21.     caption = "Wall Street Simulator Setup"
  22.  
  23.  
  24.  
  25. [data]
  26.      defdir = C:\WALLSTRT
  27. ;    defdir = #W\SYSTEM\INSTWARE
  28.  
  29.  
  30.  
  31. [disks]
  32.     1 =., "Setup Disk"
  33.  
  34.  
  35.  
  36.  
  37. [needed.space]
  38.     minspace = 800000
  39.  
  40.  
  41.  
  42.  
  43. [dest.directories]
  44.     #app.main,    0:
  45. ;    #app.sub,     0:sub
  46.     #app.SETUPSYSDIR,    0:SETUPSYSDIR
  47.     #app.SETUPWINDIR,    0:SETUPWINDIR
  48.  
  49.  
  50.  
  51. ; -------------------------------------------------------------
  52. ; This is the file list for the base directory.
  53. ; -------------------------------------------------------------
  54.  
  55. [app.main]
  56.     1:WALLSTRT.EXE,    "Wall Street Simulator Program File"
  57.     1:WALLSTRT.HLP,    "WSS Help File"
  58.     1:README.TXT,    "Read Me File"
  59.     1:SCU.EXE,    "SCU Program File"
  60.     1:SCU.HLP,    "SCU Help File"
  61.     1:VERHSTRY.TXT,  "Version History File"
  62. ;    1:INSTALL.ICO,    "Application Icon"
  63.  
  64. ; -------------------------------------------------------------
  65. ; This is the file list for the \WINDOWS\SYSTEM directory.
  66. ; -------------------------------------------------------------
  67. ;
  68. ;[app.SETUPSYSDIR]
  69. ;    1:README,        "##WReadme File"    ; This shows the literal ## non-macro
  70.  
  71.  
  72. ; -------------------------------------------------------------
  73. ; This is the file list for the \WINDOWS\SYSTEM directory.
  74. ; -------------------------------------------------------------
  75.  
  76. [app.SETUPSYSDIR]
  77.       1:VSVBX.VBX,    "VSVBX Control"
  78.       1:VSVBX.LIC,      "VSVBX Control"
  79.       1:GRID.VBX,    "Grid Control"
  80.       1:CMDIALOG.VBX,    "Common Dialog Control"
  81. ;      1:COMMDLG.DLL,    "Common Dialog DLL"
  82.       1:VBRUN300.DLL,    "VB Runtime"
  83.  
  84. ; -------------------------------------------------------------
  85. ; This is the file list for the sub directory located off of
  86. ; the base directory.
  87. ; -------------------------------------------------------------
  88. [app.sub]
  89. ;    1:README,        "README"
  90. ;    1:INSTALL.EXE,    "INSTALL.EXE"
  91. ;    1:IW.EXE,        "IW.EXE"
  92. ;    1:SFX.EXE,        "Test Executable"
  93.  
  94.  
  95.  
  96. [progman.groups]
  97.     "Wall Street Simulator", WALLSTRE.GRP
  98.  
  99.  
  100.  
  101.  
  102.  
  103. ["Wall Street Simulator"]
  104.     "Wall Street Simulator", WALLSTRT.EXE
  105.     "Wall Street Simulator Help", WALLSTRT.HLP
  106.     "SCU",SCU.EXE
  107.     "SCU Help", SCU.HLP
  108.     "Read Me",README.TXT
  109.     "Version History",VERHSTRY.TXT
  110.  
  111.  
  112.  
  113. [INIFiles]
  114. ;    WIN.INI, InstallWare, TestEntry1, TestString1
  115. ;    WIN.INI, InstallWare, TestEntry2, #D
  116. ;    SYSTEM.INI, InstallWare, TestEntry1, TestString1
  117. ;    CONTROL.INI, InstallWare, TestEntry2, #D\SUBDIR\FILENAME.EXT
  118. ;    BOB.INI,     InstallWare, TestEntry1, "Bob wrote this!"
  119.  
  120.  
  121. ;    EXECUTABLE FILENAME, DELETE FLAG (YES/NO)
  122. [ExtCmds]
  123. ;    #D\SUB\SFX.EXE, NO
  124. ;    "NOTEPAD.EXE sub\readme.", NO
  125. ;    "NOTEPAD.EXE #V\AUTOEXEC.BAT", NO
  126.  
  127.  
  128. [Options]
  129.     DirChg, yes            ; If this option is set to NO, the Install directory
  130.                         ; editbox will not be displayed
  131.  
  132.     OverWrite, YES        ; This option determines what the default setting of
  133.                         ; of the OverWrite radio buttons will be.
  134.  
  135. ;    Restart, YES        ; If this option is set to YES, the user will be
  136.                         ; prompted to restart Windows.  If set to NO, it will
  137.                         ; just happen (the developer should warn about this
  138.                         ; at the beginning of the install).  If the field is not
  139.                         ; present, then no restart will occur.
  140.  
  141. ;    Reboot, YES             ; If this option is set to YES, the user will be
  142.                         ; prompted to reboot the system.  If set to NO, it will
  143.                         ; just happen (the developer should warn about this
  144.                         ; at the beginning of the install).  If the field is not
  145.                         ; present, then no reboot will occur.
  146.  
  147. ;    RestartString, "The system must be rebooted/restarted for all changes to take effect.  Would you like to do this now?"
  148.                         ; This field MUST be present if you use either of the
  149.                         ; reboot/restart fields.
  150.  
  151.     DeleteIW, NO        ; Due to SHARE problems on some systems, you might want
  152.                         ; to leave IW.EXE on the target system.  To do so, set
  153.                         ; this option to NO (i.e. don't delete it)  Note that
  154.                         ; this is not an issue with single disk installations.
  155.  
  156.